home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Blogs / BlogJetSetup.exe / {app} / Firefox / blogjetthis6.xpi / chrome / blogjetthis.jar / content / blogjetthis / about.xul next >
Extensible Markup Language  |  2006-09-05  |  2KB  |  43 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <window class="dialog"
  4.     title="BlogJetThis - About"
  5.     orient="vertical"
  6.     autostretch="always"
  7.     onload="sizeToContent()"
  8.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  9.  
  10. <!-- Original template by Jed Brown -->
  11.  
  12. <groupbox align="center" orient="horizontal">
  13. <vbox>
  14.   <text value="BlogJet This!" style="font-weight: bold; font-size: x-large;"/>
  15.   <text value="ver. 2.0"/>
  16.   <separator class="thin"/>
  17.   <text value="Created By:" style="font-weight: bold;"/>
  18.   <text value="James Avery" class="url"
  19.         onclick="window.open('http://www.dotavery.com'); window.close();"/>
  20.   <separator class="thin"/>
  21.   <text value="Contributors:" style="font-weight: bold;"/>
  22.     <text value="Grant Carpenter" class="url"
  23.         onclick="window.open('http://xl8.net/BLOG/'); window.close();"/>
  24.     <text value="Dmitry Chestnykh" class="url"
  25.         onclick="window.open('http://www.blogjet.com'); window.close();"/>
  26.   <separator class="thin"/>
  27.     <text value="Home Page:" style="font-weight: bold;"/>
  28.     <text value="http://www.blogjet.com"
  29.           class="url"
  30.         onclick="window.open('http://www.blogjet.com'); window.close();"/>
  31.   <separator class="thin"/>
  32. </vbox>
  33. <spring flex="1"/>
  34. <image src="chrome://blogjetthis/skin/blogjetthisb.png"/>
  35. </groupbox>
  36.  
  37.   <hbox>
  38.   <spacer flex="1"/>
  39.    <button label="Close" oncommand="window.close();"/>
  40.   </hbox>
  41.  
  42. </window>
  43.